home *** CD-ROM | disk | FTP | other *** search
- Path: uvaix3e1.comp.UVic.CA!usenet
- From: cgesy@uvaix.uvic.ca (Colin Gesy)
- Newsgroups: comp.lang.c++
- Subject: pointer questions
- Date: 16 Mar 1996 21:13:19 GMT
- Organization: Your Organization
- Message-ID: <4ifatf$5a8u@uvaix3e1.comp.UVic.CA>
- NNTP-Posting-Host: p18-178.dialup.uvic.ca
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- Could someone tell me if there is a difference
- between the declaration "int *thing_ptr" and
- "int* thing_ptr" ?
-
- Also, what is the difference between "int& data"
- and "int &data" ?
-
-
- What does the following statement do/mean? :
-
- ((searchItem&) *this)._refCount++; //searchItem is the class name
-
-
-
- Any help with one or more of these questions would be appreciated
- Thanks :)
-
-
-